home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / bin / oneko.README < prev    next >
Text File  |  1994-08-01  |  5KB  |  155 lines

  1.  
  2.                      ~4Dgifts/toolbox/bin/oneko README
  3.  
  4.                           oneko, Patchlevel :1.1b
  5.  
  6.    create a cat or dog to "chase the mouse [cursor pointer]" around the screen
  7.  
  8.  
  9.      the README.orig is the version that came with this distribution, but it
  10.      is, unfortunately, largely indecipherable.  the following is a 
  11.      substitute for that.  the source for oneko is located in ../public/oneko.
  12.  
  13.  
  14.      Usage: oneko [<options>]
  15.      
  16.      Options are:
  17.      -display <display>     : Neko appears on specified display.
  18.      -fg <color>            : Foreground color
  19.      -bg <color>            : Background color
  20.      -speed <dots>
  21.      -time <microseconds>
  22.      -idle <dots>
  23.      -rv                    : Reverse video. (effects monochrome display only)
  24.      -position <geometry>   : position of geometry, relative to mouse pointer.
  25.      -debug                 : puts you in synchronous mode.
  26.      -patchlevel            : print out your current patchlevel.
  27.      -neko Use neko bitmaps
  28.      -tora Use tora bitmaps
  29.      -dog Use dog bitmaps
  30.      
  31.  
  32.      ONEKO(6)                  UNIX System V                  ONEKO(6)
  33.  
  34.      /USR/CONTRIBUTED CAVEAT
  35.           The  software  and  documentation  in  /usr/contributed  are
  36.           supported  by  users  on  campus  rather than by the central
  37.           support organizations.  That is, they are *not* supported by
  38.           Academic    Computing    and    Media   or   Computing   and
  39.           Communications.  Questions or comments about the contents of
  40.           /usr/contributed  should  be  sent to the support person for
  41.           the particular application, library,  or  information  file.
  42.           The  support  person is cited in the Support Person field at
  43.           the end of the documentation for the particular topic.
  44.  
  45.      NAME oneko
  46.           The program oneko creates a cute  cat  chasing  around  your
  47.           mouse cursor.
  48.  
  49.      SYNOPSIS
  50.           oneko [-help] [-tora] [-time n] [-speed n] [-idle  n]  [-rv]
  51.           [-noshape] [-fg] [-bg]
  52.  
  53.      DESCRIPTION
  54.           oneko changes your mouse cursor into  mouse  and  creates  a
  55.           little  cute cat and the cat start chasing around your mouse
  56.           cursor.  If the cat catchup the ``mouse'', start sleeping.
  57.  
  58.         Options
  59.           -help
  60.                Prints help message on usage.
  61.  
  62.           -tora
  63.                Make cat into "tora-neko".  "Tora-neko" means cat  wite
  64.                tiger-like  stripe.   I  don't  know  how  to say it in
  65.                English.
  66.  
  67.           -time interval
  68.                Sets interval timer which determine intervals  for  cat
  69.                animation.   Default value is 125000 and unit is micro-
  70.                second.  Smaller value makes cat run faster.
  71.  
  72.           -speed distance
  73.                Specify the distance where cat jumps at one move in dot
  74.                resolution.  Default is 16.
  75.  
  76.           -idle speed
  77.                Specify the threshold  of  the  speed  which  ``mouse''
  78.                running away to wake cat up.
  79.  
  80.           -rv  Reverse background color and foreground color.
  81.  
  82.           -noshape
  83.                Don't use SHAPE extension.
  84.  
  85.           -fg color
  86.  
  87.      Page 1                                          (printed 4/22/94)
  88.  
  89.      ONEKO(6)                  UNIX System V                  ONEKO(6)
  90.  
  91.                Foreground color.
  92.  
  93.           -bg color
  94.                Background color.
  95.  
  96.         Resources
  97.           Application name is "neko"(or  "tora")  and  class  name  is
  98.           "Oneko".
  99.  
  100.           tora Set ``True'' if you want "tora-neko".
  101.  
  102.           time Sets interval timer in micro-second.
  103.  
  104.           speed
  105.                Sets distance to jump in pixel.
  106.  
  107.           idle Sets speed threshold to  wake  cat  up  when  ``mouse''
  108.                running away.
  109.  
  110.           noshape
  111.                Set ``True'' if you don't want to use SHAPE extension.
  112.  
  113.           reverse
  114.                Set ``True'' if  you  want  to  switch  foreground  and
  115.                background color.
  116.  
  117.           foreground
  118.                Foreground color.
  119.  
  120.           background
  121.                Background color.
  122.  
  123.      Notes
  124.           While  this  program  uses  XGetDefault,  be  sure  to   use
  125.           "neko.resouce"  form.  If you run this program as "tora", by
  126.           hard of soft link, the -tora option is enabled by default.
  127.  
  128.      AUTHOR
  129.           Original xneko is written by Masayuki Koba and  modified  by
  130.           Tatsuya   Kato   (kato@ntts.co.jp).    Send  bug  fixes  and
  131.           enhancements to kato@ntts.co.jp
  132.  
  133.      MAINTAINER
  134.           Send questions or problems to ea08@andrew.cmu.edu
  135.  
  136.      /USR/CONTRIBUTED CAVEAT
  137.           The  software  and  documentation  in  /usr/contributed  are
  138.           supported  by  users  on  campus  rather than by the central
  139.           support organizations.  That is, they are *not* supported by
  140.           Academic    Computing    and    Media   or   Computing   and
  141.           Communications.  Questions or comments about the contents of
  142.           /usr/contributed  should  be  sent to the support person for
  143.  
  144.      Page 2                                          (printed 4/22/94)
  145.  
  146.      ONEKO(6)                  UNIX System V                  ONEKO(6)
  147.  
  148.           the particular application, library,  or  information  file.
  149.           The  support  person is cited in the Support Person field at
  150.           the end of the documentation for the particular topic.
  151.  
  152.      Page 3                                          (printed 4/22/94)
  153.  
  154.  
  155.